| FTPc SetUp

|*****************************************************************
| FTPc$ProxyServer allows you to specify a proxy server. This
| will allow you to use the program as if you were connecting
| direct - setting this variable will redirect all requests
| through the proxy server.
|*****************************************************************

| set FTPc$ProxyServer proxy_address[:optional_port]

|*****************************************************************
| FTPc$BufferSize sets the size of the buffer used by the filing
| system during Transfers. A larger size may improve speed if your
| hard disc performs better with large transfers. The value is
| in Kb andas a buffer is used for each connection setting it
| too large(default is 16) may use a lot of memory and will reduce
| the multitasking frequency. It would only improve speed on Fast
| systems i.e Networks.
|*****************************************************************

| set FTPc$BufferSize 16

|*****************************************************************
| On Fast Networks the program may not multitask during file
| transfer as the program is never waiting. FTPc$ExtraPollEvery
| allows you to specify the number of Kb that are transfered before
| the program multitasks (default 64). Network users may find they
| can alter this value to gain extra speed at the expense of
| multitasking frequency you may like to try a value of 256. Again
| this option is only of use to Network users.
|*****************************************************************

| set FTPc$ExtraPollEvery 64


|*****************************************************************
| Force the use of UK templates
|*****************************************************************

|set FTPcRes$Path <Ftpc$Dir>.Resources.UK.,<Ftpc$Dir>.
